home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 December / CyberMycha 12-2005 (Poland) (Disc 2).7z / CyberMycha 12-2005 (Poland) (Disc 2).bin / Uzytki / arce505pol.exe / Reader / RdLang32.POL / EXVW / 10015 < prev    next >
Encoding:
Text File  |  2002-01-21  |  622 b   |  21 lines

  1. gVerticalGapHeight = (gStaticTextHeight / 4);
  2.  
  3. dialog(name: '$$$/Dialogs/FontInfo')
  4. {
  5.     view(align_children: align_left)
  6.     {
  7.         view(align_children: align_left)
  8.         {
  9.             view(align_children: align_top)
  10.             {
  11.                 static_text(name: '$$$/Dialogs/FontInfo/inStr');
  12.                 static_text(item_id: 'file', width: max_char_width() * 30 );
  13.                 gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
  14.             }
  15.             static_text(item_id: 'head', width: 601);
  16.             list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
  17.             ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
  18.         }
  19.     }
  20. }
  21.